.swiper-container {
  min-width: 1500px;
  height: 1000px;
}
.swiper-container .swiper-slide {
  height: 1000px;
}
.swiper-container .banner-img {
  width: 100%;
  height: 100%;
}
.swiper-container .activeIndex {
  position: absolute;
  bottom: 50px;
  right: 245px;
  color: white;
  z-index: 99;
}
.swiper-container .scroll-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  align-items: center;
}
.swiper-container .scroll-box .scroll-line {
  position: relative;
  width: 2px;
  height: 200px;
  border-radius: 2px;
  margin: 10px 0;
  background: #4d4d4d;
}
.swiper-container .scroll-box .scroll-line .scroll-line-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  /* height: 70px; */
  background: #ffffff;
}
/* .swiper-container .scroll-box .scroll-line .scroll-line-item:first-child {
  border-radius: 10px 10px 0 0;
}
.swiper-container .scroll-box .scroll-line .scroll-line-item:last-child {
  border-radius: 0 0 10px 10px;
}
.swiper-container .scroll-box .scroll-line .scroll-line-item-active {
  background: #ffffff;
} */
.swiper-container .swiper-pagination-fraction,
.swiper-container .swiper-pagination-custom,
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  bottom: 50px;
  right: 233px;
  left: auto;
  color: white;
  display: none;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  bottom: 53px;
  top: auto;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  width: 10px;
  height: 15px;
  background-image: url(../images/right.png);
  background-size: contain;
  right: 209px;
  left: auto;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  width: 10px;
  height: 15px;
  background-image: url(../images/left.png);
  background-size: contain;
  right: 283px;
  left: auto;
}
.header-banner .tips {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 222;
  width: 1100px;
  height: 140px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-banner .tips .tips-box {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #676767;
  line-height: 38px;
  text-align: center;
}
.header-banner .tips .tips-box .top .num {
  font-size: 36px;
  color: #efb031;
}
.header-banner .tips .tips-box .bottom {
  font-size: 18px;
  color: #333333;
}
.header-banner .button {
  position: absolute;
  top: 514px;
  right: 210px;
  z-index: 222;
  color: white;
  line-height: 72px;
  font-size: 24px;
}
.header-banner .button span {
  cursor: pointer;
  text-align: center;
}
.header-banner .button .sq {
  display: block;
  width: 280px;
  height: 72px;
  background: #efb031;
  border-radius: 6px;
}
.header-banner .button .zx {
  display: block;
  width: 280px;
  height: 72px;
  background: #4981f2;
  border-radius: 6px;
  margin-top: 40px;
}
.header {
  position: absolute;
  top: 0;
  left:50%;
  margin-left: -750px;
  width: 1500px;
  height: 90px;
  z-index: 999;
  background-color: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header .nav{
  display: flex;
}
.header .nav a{
  color: white;
  font-size: 16px;
  margin-right: 90px;
}
.header .nav .nav-active{
  color: #EFB031;
}
.header .phone,
.header .person {
  display: flex;
  align-items: center;
}
.header .phone span,
.header .person span {
  margin-left: 16px;
  font-size: 30px;
}
.header .logo {
  /* margin-left: 211px; */
}
.header .menu {
  width: 25px;
  margin-left: 95px;
  margin-right: 210px;
  cursor: pointer;
}
.header .right {
  flex: 1;
  justify-content: right;
  display: flex;
  align-items: center;
}
.active {
  color: #1a1a1a;
  background: #ffffff;
}
.menu-box {
  position: absolute;
  top: 90px;
  right: -500px;
  width: 469px;
  height: 780px;
  padding-top: 130px;
  background: #ffffff;
  z-index: 999;
}
.menu-box .menu-item {
  font-size: 27px;
  color: #1a1a1a;
  line-height: 40px;
  margin-left: 112px;
  margin-bottom: 60px;
  cursor: pointer;
}
.menu-box .menu-item:hover span {
  color: #efb031;
}
.menu-box .menu-item:hover img {
  opacity: 1;
}
.menu-box .menu-item span {
  font-size: 14px;
  color: #666666;
  transition: all 0.5s ease-out;
}
.menu-box .menu-item img {
  margin-left: 30px;
  margin-top: -10px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}


.adsorbent {
  position: fixed;
  bottom: 195px;
  right: 57px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.adsorbent .item {
  width: 50px;
  height: 50px;
  background: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.adsorbent .item:hover {
  background: #efb031;
}


.footer-box {
  width: 100%;
  min-width: 1500px;
  background: #2D2D2D;
  box-sizing: border-box;
}
.footer-box .footer-t {
  display: flex;
  height: 297px;
  justify-content: space-between;
  padding-top: 103px;
  max-width: 1500px;
  min-width: 960;
  margin: 0 auto;
  color: #999999;
  background: #2D2D2D;
}
.footer-box .footer-t .footer-t-item {
  display: flex;
  flex-direction: column;
}
.footer-box .footer-t .footer-t-item p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
}
.footer-box .footer-t .footer-t-item p a {
  color: #999999;
}
.footer-box .footer-t .footer-t-item p:first-child {
  color: white;
  margin-bottom: 22px;
  font-size: 14px;
}
.footer-box .footer-t .footer-t-item p:hover,
.footer-box .footer-t .footer-t-item p a:hover {
  color: #e7aa31;
}
.footer-box .footer-t .wechat {
  text-align: center;
  margin-right: 50px;
}
.footer-box .footer-t .wechat p {
  margin-top: 20px;
}
.footer-box .footer-b {
  height: 110px;
  line-height: 110px;
  color: #999;
  max-width: 1500px;
  min-width: 960;
  margin: 0 auto;
  background: #292929;
}
.minLen{
  color: #4D4D4D; transform: rotate(90deg);
}
.maxLen{
  color: #4D4D4D; transform: rotate(90deg);
}
.white{
  color: #ffffff;
}
.diago{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  font-size: 72px;
  color: white;
}
.diago .img{
  width: 800px;
  height: 280px;
  background: url(../images/diago.png) center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.diago .img img{
  position: absolute;
  top: -48px;
  right: -48px;
  cursor: pointer;
}
.diago-flex{
  display: flex;
}

@media screen and (max-width: 1500px) {
  .header{
    left: auto;
    margin-left: auto
  }
}